home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52 - My Disc
/
Volume 52 My Disc - Damaged.iso
/
Games
/
shopdrop.swf
/
scripts
/
DefineButton2_852
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
153b
|
11 lines
on(release){
if(this.sNextMenu == undefined)
{
this.gotoAndPlay("s-transHelp");
}
else
{
this.show("start");
}
}